home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / c / memlib / developer / source / testmemlib.h < prev   
C/C++ Source or Header  |  1999-06-14  |  259b  |  12 lines

  1. #include <exec/memory.h>
  2. #include <proto/exec.h>
  3. #include <ctype.h>
  4.  
  5. #define VBCC=1
  6. #define MWDEBUG=1                /* To enable memlib, you must #define MWDEBUG to 1 */
  7.  
  8. #include "memwatch.h"
  9.  
  10. #include "stringlib.h"            /* ADOSLIB und STRINGLIB müssen gelinkt werden */
  11.  
  12.